home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 10 && _root.fireRune >= 3 && _root.timeRune >= 3 && this.timey.timer == 100)
- {
- _root.magRune -= 10;
- _root.fireRune -= 3;
- _root.timeRune -= 3;
- this.timey.timer = 0;
- this.timey.timeIt = 0.14 + _root.spe * 0.01;
- if(this.timey.timeIt > 1.5)
- {
- this.timey.timeIt = 1.5;
- }
- this.timey._visible = true;
- _root.instakilla._visible = true;
- _root.instakilla.play();
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-